home *** CD-ROM | disk | FTP | other *** search
/ BigMax 1 / BigMax nº 1 [bd].iso / DEMOS / TERRA / TERRA.EXE / NORTE.DXR / 00874.ls < prev    next >
Encoding:
Text File  |  1996-06-16  |  683 b   |  24 lines

  1. on mouseUp
  2.   set the castNum of sprite 6 to cast "PRINT1"
  3.   updateStage()
  4.   set the castNum of sprite 6 to cast "PRINT2"
  5.   updateStage()
  6.   set the castNum of sprite 6 to cast "PRINT3"
  7.   updateStage()
  8.   set the castNum of sprite 6 to cast "PRINT4"
  9.   updateStage()
  10.   set the castNum of sprite 6 to cast "PRINT5"
  11.   updateStage()
  12.   set the castNum of sprite 6 to cast "PRINT6"
  13.   updateStage()
  14.   set the castNum of sprite 6 to cast "PRINT7"
  15.   updateStage()
  16.   set the castNum of sprite 6 to cast "PRINT8"
  17.   updateStage()
  18.   set the castNum of sprite 6 to cast "PRINT9"
  19.   updateStage()
  20.   set the castNum of sprite 6 to cast "PRINT10"
  21.   updateStage()
  22.   open("anavipe.wri", "imprime.exe")
  23. end
  24.